03. Exercise: Getting Started

Exercise: Getting Started Heading

Udacity Workspace vs. Local Environment

Below, we’ve included a Udacity workspace. Here, you'll be able to work on exercises without leaving the classroom environment. However, if you instead want to work on the exercises on your local machine, we’ve also included instructions in that case with the task list below.

If you are working locally, you will want to use this repository for your work - make sure to fork it and then clone it to your local machine to avoid accidentally trying to push your updates to the Udacity master repository.

Note that this repository makes use of git branches for each step of this lesson. You will want to use the step before the exercise you are on as a starting point (or your own code, if you feel you completed the previous step completely). So, the first exercise is branch 0-initial-setup, but you’ll also want to use that as the basis for the second exercise (remember - computer science often starts from zero!). You’ll use the next branch 1-install-webpack when you move onto the third exercise.

If you need to check which branches are available, use git branch -a. Then, once you know which branch you want, use git checkout {branch-name}, e.g. git checkout 0-initial-setup.

Exercise: Getting Started

If you are using the classroom workspace, you do not need to use the tasklist below - it’s here to help those working on their local machines. The same instructions are included in the workspace, so you should click “Expand” on the bottom left to be able to use your full screen.

Exercise: Getting Started Tasklist

Task Description:

Fork this repo.

Task List:

Task Feedback:

Good Job! Remember that if you ever get stumped or break your code, you can always check out a fresh start from the git repo. You can check out a specific git branch from a repo with this command:

git clone --single-branch --branch <branchname> <remote-repo>

Workspace

This section contains either a workspace (it can be a Jupyter Notebook workspace or an online code editor work space, etc.) and it cannot be automatically downloaded to be generated here. Please access the classroom with your account and manually download the workspace to your local machine. Note that for some courses, Udacity upload the workspace files onto https://github.com/udacity, so you may be able to download them there.

Workspace Information:

  • Default file path:
  • Workspace type: jupyter-lab
  • Opened files (when workspace is loaded): n/a